home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dec92.zip / WINTEST.RC < prev    next >
Text File  |  1992-10-14  |  451b  |  16 lines

  1.  
  2. #include <windows.h>
  3. #include "wintest.h"
  4.  
  5. MainDlg DIALOG 31, 30, 104, 54
  6. CAPTION "WinTest"
  7. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  8. BEGIN
  9.     CONTROL "&Stop", IDCANCEL, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE
  10. | WS_GROUP | WS_TABSTOP, 35, 29, 36, 14
  11.     RTEXT "Event count:", -1, 17, 11, 46, 8, SS_RIGHT | WS_CHILD | WS_VISIBLE |
  12. WS_GROUP
  13.     RTEXT "10234", IDM_COUNT, 66, 11, 21, 8, SS_RIGHT | WS_CHILD | WS_VISIBLE |
  14. WS_GROUP
  15. END
  16.